domain
Class DirectRoleAttributeDomain

java.lang.Object
  extended by domain.GeneralRole
      extended by domain.BasicRole
          extended by domain.DirectRoleAttributeDomain
All Implemented Interfaces:
Functionable, Included, Including

public class DirectRoleAttributeDomain
extends BasicRole


Field Summary
private  AtomicRoleAttribute ur
           
 
Constructor Summary
DirectRoleAttributeDomain(AtomicRoleAttribute ur)
           
 
Method Summary
 AtomicRoleAttribute getRoleAttribute()
           
 void setRoleAttribute(AtomicRoleAttribute ur)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ur

private AtomicRoleAttribute ur
Constructor Detail

DirectRoleAttributeDomain

public DirectRoleAttributeDomain(AtomicRoleAttribute ur)
Method Detail

getRoleAttribute

public AtomicRoleAttribute getRoleAttribute()

setRoleAttribute

public void setRoleAttribute(AtomicRoleAttribute ur)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object